# 0 - Pre-War Tactical Bomber (Do-17E)
model = {
	cost 						= 10
	buildtime					= 180
	defaultorganisation 		= 30
	manpower					= 4
	maxspeed					= 350
	surfacedetectioncapability	= 1
	airdetectioncapability		= 0
	surfacedefence				= 3
	airdefence					= 2
	airattack					= 1
	strategicattack				= 1
	tacticalattack				= 3
	navalattack					= 2
	range						= 450
	supplyconsumption 			= 4
	fuelconsumption				= 4
}
# 1 - Basic Tactical Bomber (Do-17Z)
model = {
	cost 						= 12
	buildtime					= 180
	defaultorganisation 		= 30
	manpower					= 4
	maxspeed					= 430
	surfacedetectioncapability	= 2
	airdetectioncapability		= 0
	surfacedefence				= 5
	airdefence					= 5
	airattack					= 2
	strategicattack				= 1
	tacticalattack				= 5
	navalattack					= 4
	range						= 500
	supplyconsumption 			= 5
	fuelconsumption				= 4
}
# 2 - Improved Tactical Bomber (Ju-88A-4)
model = {
	cost 						= 15
	buildtime					= 180
	defaultorganisation 		= 30
	manpower					= 4
	maxspeed					= 470
	surfacedetectioncapability	= 3
	airdetectioncapability		= 0
	surfacedefence				= 7
	airdefence					= 7
	airattack					= 3
	strategicattack				= 2
	tacticalattack				= 7
	navalattack					= 7
	range						= 650
	supplyconsumption 			= 5
	fuelconsumption				= 4
}

# 3 - Advanced Tactical Bomber (A-26 Invader)
model = {
	cost 						= 20
	buildtime					= 180
	defaultorganisation 		= 30
	manpower					= 4
	maxspeed					= 570
	surfacedetectioncapability	= 4
	airdetectioncapability		= 1
	surfacedefence				= 9
	airdefence					= 9
	airattack					= 4
	strategicattack				= 3
	tacticalattack				= 9
	navalattack					= 10
	range						= 800
	supplyconsumption 			= 5
	fuelconsumption				= 4
}
# 4 - Semi-Modern Tactical Turbojet Bomber (Ar-234B)
model = {
	cost 						= 26
	buildtime					= 250
	defaultorganisation 		= 30
	manpower					= 5
	maxspeed					= 740
	surfacedetectioncapability	= 5
	airdetectioncapability		= 5
	surfacedefence				= 11
	airdefence					= 12
	airattack					= 5
	strategicattack				= 0
	tacticalattack				= 12
	navalattack					= 12
	range						= 450
	supplyconsumption 			= 7
	fuelconsumption				= 9
}
